8 lines
172 B
Go
8 lines
172 B
Go
package mtwm
|
|
|
|
import "git.rosy.net.cn/baseapi/platformapi/mtwmapi"
|
|
|
|
func OnFinancialMsg(msg *mtwmapi.CallbackMsg) (response *mtwmapi.CallbackResponse) {
|
|
return response
|
|
}
|