1
This commit is contained in:
@@ -111,7 +111,7 @@ var (
|
||||
)
|
||||
|
||||
// AgreeOrRefuseRefund todo 审核售后单申请 退货退款(同意退货,确认收货之后会自动退款) 审核售后有点问题
|
||||
func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string) (err error) {
|
||||
func (c *PurchaseHandler) AgreeOrRefuseRefund(ctx *jxcontext.Context, order *model.AfsOrder, approveType int, reason string, review map[string]interface{}) (err error) {
|
||||
tiktokApi := getAPI(order.VendorOrgCode, order.JxStoreID, "")
|
||||
//afsOrderDetail, err := tiktokApi.QueryAfsOrderDetail(order.AfsOrderID, false)
|
||||
//if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user