12 lines
270 B
Go
12 lines
270 B
Go
package jd
|
|
|
|
import "git.rosy.net.cn/baseapi/platformapi/jdapi"
|
|
|
|
func OnFinancialMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
|
return retVal
|
|
}
|
|
|
|
func (p *PurchaseHandler) OnOrderDetail(orderDetail map[string]interface{}) (err error) {
|
|
return err
|
|
}
|