mtwm.curPurchaseHandler改为CurPurchaseHandler

This commit is contained in:
gazebo
2019-10-17 18:42:40 +08:00
parent 8112e24bcb
commit 7b26c9d130
8 changed files with 26 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ import (
)
func TestReadStore(t *testing.T) {
store, err := curPurchaseHandler.ReadStore(jxcontext.AdminCtx, "4351018")
store, err := CurPurchaseHandler.ReadStore(jxcontext.AdminCtx, "4351018")
if err != nil {
t.Fatal(err)
}
@@ -19,7 +19,7 @@ func TestReadStore(t *testing.T) {
}
func TestUpdateStore(t *testing.T) {
err := curPurchaseHandler.UpdateStore(nil, 100002, "test")
err := CurPurchaseHandler.UpdateStore(nil, 100002, "test")
if err != nil {
t.Fatal(err)
}