新增抖音授权登录,添加定时任务,更新[配送中的订单骑手位置!
This commit is contained in:
@@ -94,6 +94,9 @@ func getWxApp(appID string) (miniApi *weixinapi.API) {
|
||||
if len(appID) > 0 && appID == api.WeixinMiniAppIDsc {
|
||||
miniApi = api.WeixinMiniAPIsc
|
||||
}
|
||||
if len(appID) > 0 && appID == api.WeixinMiniPrintAppId {
|
||||
miniApi = api.WeixinMiniAPIPrint
|
||||
}
|
||||
return miniApi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user