This commit is contained in:
suyl
2021-06-22 09:33:37 +08:00
parent fbb0e8a840
commit bea35fdf85
3 changed files with 10 additions and 5 deletions

View File

@@ -33,6 +33,12 @@ const (
letterBytes = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
)
const (
OrderStatusFinishedPickup = 51 //待配送
OrderStatusNew = 50 //待接单,已支付
OrderStatusCancelm2 = -2 //(删除)待配送
)
func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, isPost bool) (retVal map[string]interface{}, err error) {
if a.GetCookieCount() == 0 {
return nil, fmt.Errorf("需要设置Store Cookie才能使用此方法")