修改注册普通用户权限为消费者1,之前是三门店老板和消费者

This commit is contained in:
邹宗楠
2022-05-18 15:07:28 +08:00
parent 5fb999840e
commit 4a619ade8c
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package mtps
import (
"fmt"
"testing"
_ "git.rosy.net.cn/jx-callback/business/jxcallback/orderman"
@@ -35,3 +36,6 @@ func TestCancelWaybill(t *testing.T) {
}
}
func Test11(t *testing.T) {
fmt.Println(1|2)
}