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

@@ -30,11 +30,11 @@ func init() {
// 天天果园
//api = New("c45e6510-00ba-4be2-977e-bcb9c9792cc7", "5d5577a2506f41b8b4ec520ba83490f5", "0b01b9eeb15b41dab1c3d05d95c17a26")
// 京东果园 320406
//api = New("de4a9818-b171-41ed-ba37-0b060cad001f", "1dba76d40cac446ca500c0391a0b6c9d", "a88d031a1e7b462cb1579f12e97fe7f4")
api = New("de4a9818-b171-41ed-ba37-0b060cad001f", "1dba76d40cac446ca500c0391a0b6c9d", "a88d031a1e7b462cb1579f12e97fe7f4")
// 京东白货
//api = New("9053e4fd-4e0e-4e9e-8ab1-f348e5cbf3e7", "4602bd4b84984186815dbc03299c7094", "386ab19719d9470487011217d0c57349")
// 果切 379599
api = New("8a843f5c-6c75-4604-9976-04c1aae3decc", "f2ed33075faf4773a47e065acd79532b", "aed14cbbecac4456843570e90c5f46ec")
//api = New("8a843f5c-6c75-4604-9976-04c1aae3decc", "f2ed33075faf4773a47e065acd79532b", "aed14cbbecac4456843570e90c5f46ec")
// 李氏水果 346254
//api = New("c7c41cb6-6db4-4f67-a864-ca5f524653d0", "13493b4a951945f689dcc989b6693631", "7e28a37be43a430bb5928c835e482fe2")
// 381564

View File

@@ -228,7 +228,7 @@ func TestConfirmReceiveGoods(t *testing.T) {
}
func TestAfsOpenApprove(t *testing.T) {
err := api.AfsOpenApprove("34290642", 1, "同意退款", "jxadmin-13689038670")
err := api.AfsOpenApprove("90879887", 1, "同意退款", "jxadmin-13689038670")
if err != nil {
t.Fatal(err.Error())
}

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))