aa
This commit is contained in:
@@ -21,9 +21,9 @@ func init() {
|
||||
baseapi.Init(sugarLogger)
|
||||
|
||||
// sandbox
|
||||
// api = New("594ab45a-9a73-4a43-82b0-a64cbd55d883", "06692746f7224695ad4788ce340bc854", "d6b42a35a7414a5490d811654d745c84")
|
||||
api = New("594ab45a-9a73-4a43-82b0-a64cbd55d883", "06692746f7224695ad4788ce340bc854", "d6b42a35a7414a5490d811654d745c84")
|
||||
// prod
|
||||
api = New("29afd5a8-f93f-4d4c-9fce-a7297340af59", "1dba76d40cac446ca500c0391a0b6c9d", "a88d031a1e7b462cb1579f12e97fe7f4")
|
||||
// api = New("29afd5a8-f93f-4d4c-9fce-a7297340af59", "1dba76d40cac446ca500c0391a0b6c9d", "a88d031a1e7b462cb1579f12e97fe7f4")
|
||||
// 天天果园
|
||||
// api = New("c45e6510-00ba-4be2-977e-bcb9c9792cc7", "5d5577a2506f41b8b4ec520ba83490f5", "0b01b9eeb15b41dab1c3d05d95c17a26")
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ func TestGetStationsByVenderId(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetStoreInfoByStationNo(t *testing.T) {
|
||||
result, err := api.GetStoreInfoByStationNo2(mustExistStoreID)
|
||||
result, err := api.GetStoreInfoByStationNo2("12083436")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -31,7 +31,8 @@ const (
|
||||
MsgTypeOrderPartialRefund = "orderPartialRefund"
|
||||
MsgTypeOrderFinishedPickup = "orderFinishedPickup"
|
||||
|
||||
MsgTypeStoreStatusChanged = "storeStatusChanged"
|
||||
MsgTypeStoreStatusChanged = "storeStatusChanged"
|
||||
MsgTypeStoreAuditStatusChanged = "storeAuditStatusChanged"
|
||||
)
|
||||
|
||||
type CallbackResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user