饿先达扒网页接口,微信支付新增接口
This commit is contained in:
@@ -151,3 +151,13 @@ func TestGetStoresShowWindowSkus(t *testing.T) {
|
||||
result, _ := api.GetStoresShowWindowSkus(32267089415)
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestGetExianDaSkuDepot(t *testing.T) {
|
||||
result, _ := api.GetExianDaSkuDepot()
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestGetExianDaSku(t *testing.T) {
|
||||
result, _ := api.GetExianDaSku(100000000000184645)
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user