def getYuePayload(dianming, year, month): dianmingstr = judgeStore(dianming) return "deptcode=" + dianmingstr + "&breedcode=&startdate=" + str( year) + "-01-01&enddate=" + str( year + 1) + "-01-01&datetype=1&pricetype=1&mode=" + str(month)
def getYeHuangSu(dianming, year, month): dianmingstr = judgeStore(dianming) return "startdate=" + str(year) + "-01-01&enddate=" + str( year + 1) + "-01-01&mode=" + str(month) + "&deptcode=" + str( dianmingstr) + "&pricetype=1%2C5&select=%E6%B6%A6%E7%9C%BC"
def getContactLens(dianming, year, month): dianmingstr = judgeStore(dianming) return "startdate=" + str(year) + "-01-01&enddate=" + str( year + 1) + "-01-01&mode=" + str(month) + "&deptcode=" + str( dianmingstr) + "&typecode=04&pricetype=1%2C5"