This commit is contained in:
邹宗楠
2025-07-28 14:45:24 +08:00
parent 6cb66198fd
commit 3285b9a816
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// 京西速食(蔬菜)
var token1 = `{"access_token":"8vz7w9072y1j7t4nq1hehos0000yhugi-11","expires_in":1748863872,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市","refresh_token":"1wm2s8x5c91j7t4nq1hehos0000yhugi-12","authority_id":""}`
var token1 = `{"access_token":"qj8llidmti1j7t4nq1hehos0000yhugi-11","expires_in":1753681285,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市","refresh_token":"h6sn7ppvrl1j7t4nq1hehos0000yhugi-12","authority_id":""}`
// 美好菜市
//var token1 = `{"access_token":"9a315a03-c737-4a82-ae52-c9a6ce827007","expires_in":1699490747,"scope":"SCOPE","shop_id":68032645,"shop_name":"美好菜市","refresh_token":"8334c006-5301-4d25-911b-4d8cc7b70ebb","authority_id":""}`

View File

@@ -162,7 +162,7 @@ func TestEditStoreCommodity2(t *testing.T) {
// 解密购买用户电话,名字,地址
func TestBatchDecrypt(t *testing.T) {
orderID := "6926727284960007376"
orderID := "6944648365692229066"
order, err := a.GetTiktokOrderDetail(orderID)
if err != nil || order == nil {
globals.SugarLogger.Debugf("GetTiktokOrderDetail err := %s", utils.Format4Output(order, false))