+ GetByOrderNoForOaos and CheckSelfPickCode.

This commit is contained in:
gazebo
2019-09-03 18:15:07 +08:00
parent 2c67316c0f
commit 188abb987a
3 changed files with 68 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ type CityInfo struct {
const (
CarrierNoCrowdSourcing = 9966 // 众包
CarrierNoSelfDelivery = 2938 // 自送
CarrierNoSelfTake = 9999 // 到店自提
)
func (a *API) GetAllCities() (cities []*CityInfo, err error) {