This commit is contained in:
邹宗楠
2023-08-17 14:48:06 +08:00
parent 29523503d8
commit aa540c52be
5 changed files with 6 additions and 18 deletions

View File

@@ -7,21 +7,8 @@ import (
"testing"
)
//var token = `{
// "access_token": "b668f8cc-d875-4887-a613-5452f05e752e",
// "expires_in": 1671432212,
// "scope": "SCOPE",
// "shop_id": 63141688,
// "shop_name": "小时达开放平台专用店",
// "refresh_token": "fa64fedf-05a7-4c1b-b6c4-f97f90e10b75",
// "authority_id": ""
//}`
var token = `{"access_token":"387f10da-bb2f-4416-9323-697574efc8b1","expires_in":1690696461,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"65d99337-6e0e-47fb-80af-f90929ceea64","authority_id":""}`
//var token = `{"access_token":"e3173e9f-266f-4d87-88e7-e7cd837bc9d9","expires_in":1672882632,"scope":"SCOPE","shop_id":68023619,"shop_name":"京西到家","refresh_token":"5070aae2-493f-46bd-b5d6-6ea0cd64729f","authority_id":""}`
var a = New("7136048270014416392", "c397aa9f-3927-47c4-8cfe-4d84e02602e0", token)
var token = `{"access_token":"4a1ac795-50a7-4f83-8b13-a0ee30d93456","expires_in":1692502247,"scope":"SCOPE","shop_id":57939570,"shop_name":"京西菜市速食","refresh_token":"b1892379-82b9-4636-91a3-2bff32d164ca","authority_id":""}`
var a = New("7267745202649957900", "51998fcf-d521-4553-8c0c-fa662c8dbd6e", token)
// 查询售后单详情
func TestAfsOrder(t *testing.T) {

File diff suppressed because one or more lines are too long