login
This commit is contained in:
+3
-2
@@ -11,8 +11,9 @@ let IndexApi = {
|
||||
getCount(data, errorback) {
|
||||
return request._post('/shop/Index/index', data, errorback);
|
||||
},
|
||||
|
||||
|
||||
getCaptcha(data, errorback) {
|
||||
return request._get('/shop/passport/captcha', data, errorback);
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user