This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
conf
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
196
Wiki
Activity
Browse Source
增加第三方平台名称参数
master
v0.18.0
guzeng
2 years ago
parent
5f2a07ce6b
commit
c7db4b2461
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
platform.go
+ 7
- 0
platform.go
View File
@ -0,0 +1,7 @@
package
conf
/* 第三方平台名 */
var
THIRD_MP
=
"offical_account"
//公众号
var
THIRD_MINIAPP
=
"miniapp"
//小程序
var
THIRD_DELIVERY_MINIAPP
=
"delivery_miniapp"
//配送小程序
var
THIRD_DELIVERY_MP
=
"delivery_mp"
//配送公众号
Write
Preview
Loading…
Cancel
Save