Guest User

Untitled

a guest
Jun 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. jquery jsonp 经过php apiCommonUrl转发
  2. $.ajax(JOLLY_CONFIG['apiCommonUrl'],{
  3. data: {
  4. data: {lang: 0, type: 1},
  5. url: JOLLY_CONFIG['getCountryCode'],
  6. },
  7.  
  8. dataType:'jsonp',
  9. jsonpCallback:'JSON_CALLBACK',
  10. }).success(function(res) {
  11. }).error(function() {
  12. });
Add Comment
Please, Sign In to add comment