修改代码

This commit is contained in:
lyb
2018-08-10 17:36:09 +08:00
parent aac9881f6a
commit 1a647ea5f2
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ func init() {
api.Init()
}
func Test_GetOrder(t *testing.T) {
func TestGetOrder(t *testing.T) {
orderID := "3025427524410871880"
order, err := new(OrderController).GetOrder(orderID)
if err != nil {