1
This commit is contained in:
@@ -29,7 +29,7 @@ func getTimeFromTimestamp(timeStamp int64) time.Time {
|
||||
}
|
||||
|
||||
func TestOrderGetOrderDetail(t *testing.T) {
|
||||
result, err := api.OrderGetOrderDetail(1100830463015735279, false)
|
||||
result, err := api.OrderGetOrderDetail(3800909491353265371, false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ const (
|
||||
PeiSongTypeWholeCity = "2010" // 全城送
|
||||
PeiSongTypeMixed = "3001" // 混合送(即美团专送+快送)
|
||||
PeiSongTypeQiKe = "4015" // 企客远距离配送
|
||||
PeiSongTypeMixedExpressQiKe = "30012002" // 混合快送
|
||||
)
|
||||
|
||||
func (a *API) ShippingSave(poiCode string, area string, minPrice, shippingFee float32) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user