国产精品色哟哟_男男激情3p互攻_色偷偷影院_和女同学厕所做了四次

當(dāng)前位置: 首頁(yè) / 技術(shù)干貨 / 正文
好程序員Python培訓(xùn)Python如何調(diào)用服務(wù)接口

2020-11-06

Python培訓(xùn)

  好程序員Python培訓(xùn)Python如何調(diào)用服務(wù)接口,關(guān)于Python如何調(diào)用服務(wù)接口這個(gè)問題曾經(jīng)也有不少的小伙伴詢問過,本篇文章小編就給讀者們實(shí)例介紹一下Python如何調(diào)用服務(wù)接口,希望對(duì)小伙伴有幫助。

pic-01

 

下面上代碼:

#! /usr/bin/env python

# coding=utf-8

######################################################################

# Author: yini.xie

# Create Time: 2016-07-05 16:28:42

# Descriptioin:

######################################################################

import os

import sys

import time

import json

import urllib

import urllib2

from urllib import quote

from datetime import datetime

 

pathATM = "http://192.168.217.217:4080/invoke.json"

 

def fmtLen(value, length=7):

  fmt = '{0:>%d}' % (length)

  return fmt.format(value)

 

 

def changeWithdrawRule(customerId, productCode, ruleTemplateId, ruleId, operator):

  service_url_s = "http://service.xxx.com/tsService/TSRuleService_1.0.0"

  method_s = "bindCustomerWithdrawRuleTemplate"

  params_s = "parameters[]=%dmeters[]=%dmeters[]=%dmeters[]=%dmeters[]=%s" % (customerId, productCode, ruleTemplateId, ruleId, operator)

  params_s += "&url=%s&method=%smeterTypes[]=intmeterTypes[]=intmeterTypes[]=intmeterTypes[]=intmeterTypes[]=java.lang.String" % (service_url_s, method_s)

  url_s = pathATM + "?" + quote(params_s, safe='&=')

  data_s = urllib2.urlopen(url_s).read()

  print url_s

  return json.loads(data_s)

 

if __name__ == '__main__':

  start = datetime.now()

 

  for line in open(sys.argv[1]).xreadlines():

    fields = line.strip().split()

    customerId = int(fields[0])

    productCode = int(fields[1])

    ruleTemplateId = int(fields[2])

    ruleId = int(fields[3])

    print "start to deal customerId = " + str(customerId)

    

    changeWithdrawRule(customerId, productCode, ruleTemplateId, ruleId, "Case")

  

 

  end = datetime.now()

 

運(yùn)行Python腳本,即可調(diào)用相應(yīng)的接口修改數(shù)據(jù)庫(kù)數(shù)據(jù)。

 

python ChangeCustomerRule.py text.txt

 

text.txt中即為參數(shù),以空格分隔

  最后想要了解更多關(guān)于Python和人工智能方面內(nèi)容的小伙伴,請(qǐng)關(guān)注好程序員Python培訓(xùn)官網(wǎng)、微信公眾號(hào)等平臺(tái)。

Python培訓(xùn):http://bloohash.com/python_class.shtml

好程序員公眾號(hào)

  • · 剖析行業(yè)發(fā)展趨勢(shì)
  • · 匯聚企業(yè)項(xiàng)目源碼

好程序員開班動(dòng)態(tài)

More+
  • HTML5大前端 <高端班>

    開班時(shí)間:2021-04-12(深圳)

    開班盛況

    開班時(shí)間:2021-05-17(北京)

    開班盛況
  • 大數(shù)據(jù)+人工智能 <高端班>

    開班時(shí)間:2021-03-22(杭州)

    開班盛況

    開班時(shí)間:2021-04-26(北京)

    開班盛況
  • JavaEE分布式開發(fā) <高端班>

    開班時(shí)間:2021-05-10(北京)

    開班盛況

    開班時(shí)間:2021-02-22(北京)

    開班盛況
  • Python人工智能+數(shù)據(jù)分析 <高端班>

    開班時(shí)間:2021-07-12(北京)

    預(yù)約報(bào)名

    開班時(shí)間:2020-09-21(上海)

    開班盛況
  • 云計(jì)算開發(fā) <高端班>

    開班時(shí)間:2021-07-12(北京)

    預(yù)約報(bào)名

    開班時(shí)間:2019-07-22(北京)

    開班盛況
IT培訓(xùn)IT培訓(xùn)
在線咨詢
IT培訓(xùn)IT培訓(xùn)
試聽
IT培訓(xùn)IT培訓(xùn)
入學(xué)教程
IT培訓(xùn)IT培訓(xùn)
立即報(bào)名
IT培訓(xùn)

Copyright 2011-2023 北京千鋒互聯(lián)科技有限公司 .All Right 京ICP備12003911號(hào)-5 京公網(wǎng)安備 11010802035720號(hào)