- comment update.

This commit is contained in:
gazebo
2018-07-28 11:17:37 +08:00
parent 6ed6aa15b2
commit 7f4e257656

View File

@@ -118,7 +118,7 @@ func (a API) ModifySellerDelivery(orderId string) (interface{}, error) {
return a.AccessAPINoPage("order/modifySellerDelivery", jdParams, nil, nil)
}
// 拣货完成且商家自送接口
// 拣货完成且商家自送接口(这个接口是商家本身配置为自送模式下才能调用的接口,如果启用了达达配送,是不能调用的)
// https://opendj.jd.com/staticnew/widgets/resources.html?groupid=169&apiid=0e08e71a45dc48b6a337e06a852ac33a
func (a API) OrderSerllerDelivery(orderId string) (interface{}, error) {
jdParams := map[string]interface{}{