- OnOrderDetail
This commit is contained in:
@@ -5,3 +5,7 @@ import "git.rosy.net.cn/baseapi/platformapi/mtwmapi"
|
||||
func OnFinancialMsg(msg *mtwmapi.CallbackMsg) (response *mtwmapi.CallbackResponse) {
|
||||
return response
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) OnOrderDetail(orderDetail map[string]interface{}) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user