aa
This commit is contained in:
@@ -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才能使用此方法")
|
||||
|
||||
Reference in New Issue
Block a user