Logo

GitLab

Sign in

tutorial / web-tutorial

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • web-tutorial
  • ..
  • xnTalk
  • readme.vm
  • xntalk demo
    e1a99072
    zhaoxing authored
    2017-07-31 11:07:40 +0800  
    Browse Code ยป
readme.vm 226 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
$scope.login=function () {
var vm={
deviceId:"0",
deviceType:"PC",
ip:"127.0.0.1",
account:"18626105941",
password:"e10adc3949ba59abbe56e057f20f883e"
};
talkService.login(vm).success(function (data) {
console.log(data);
})
};