9e43930c by ex

openId

1 parent bff67299
......@@ -29,7 +29,7 @@ angular.module('myApp.services')
return res;
},
verifyThirdCode : function(code){ // 通过第三方登录
var url = globalService.getParam('dingdaLoginAPI') + '/login/sms?code=' + code + 'openId=19009';
var url = globalService.getParam('dingdaLoginAPI') + '/login/sms?code=' + code + '&openId=19009';
var res = $http.get(url).success(function(data, status) {
}).error(function(data, status) {
// alert(data.meta.message)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!