修改SetMTPSStatus调用
This commit is contained in:
@@ -1286,15 +1286,6 @@ func SetMTPSStatus(ctx *jxcontext.Context, StoreId, CourierStatus int) {
|
|||||||
//&& CourierStatus != 0
|
//&& CourierStatus != 0
|
||||||
if StoreId != 0 {
|
if StoreId != 0 {
|
||||||
StoreLists, _ := dao.GetStoreList(nil, []int{StoreId}, nil, nil, nil, "")
|
StoreLists, _ := dao.GetStoreList(nil, []int{StoreId}, nil, nil, nil, "")
|
||||||
cookie := "_lxsdk_cuid=172c5ed322ac8-081f1f7ebdcbeb-f7d1d38-149c48-172c5ed322ac8; " +
|
|
||||||
"_lxsdk=172c5ed322ac8-081f1f7ebdcbeb-f7d1d38-149c48-172c5ed322ac8; " +
|
|
||||||
"uuid=fa1894be8819a84be4ef.1592458555.1.0.0; wm_order_channel=sjzxpc; " +
|
|
||||||
"cssVersion=82f258e3; utm_source=60376; au_trace_key_net=default; " +
|
|
||||||
"openh5_uuid=172c5ed322ac8-081f1f7ebdcbeb-f7d1d38-149c48-172c5ed322ac8; " +
|
|
||||||
"bmm-uuid=dbdc11bf-fcfe-84a0-0586-97e3d7d23ec7; " +
|
|
||||||
"token=-MfbU7noKEgDWuNA559DeG6LmYZ51CCiH8bYrH-eYuaugCOqJL7863lKoAWfx8HoydOzJE8r9gGM3QJ0IC3niA; " +
|
|
||||||
"_lxsdk_s=172fa436aed-861-103-c9b%7C%7C7"
|
|
||||||
api.MtpsAPI.SetCookieWithStr(cookie)
|
|
||||||
StoreInfoList, _ := api.MtpsAPI.GetStoreStatus(StoreLists[0].Name)
|
StoreInfoList, _ := api.MtpsAPI.GetStoreStatus(StoreLists[0].Name)
|
||||||
globals.SugarLogger.Debug("美团查询结果", StoreInfoList)
|
globals.SugarLogger.Debug("美团查询结果", StoreInfoList)
|
||||||
if StoreInfoList == nil {
|
if StoreInfoList == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user