pay
This commit is contained in:
13
business/jxstore/cms/order_test.go
Normal file
13
business/jxstore/cms/order_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package cms
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_Set(t *testing.T) {
|
||||
if _, err := dao.SetOrderStatus(110, 5, "165943225529BCVFdaX"); err != nil {
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user