~~~[api]
POST:http://localhost:8060/ads/manage/updateAccountBudget
*string:customerId#账户ID(4616773262)
*string:note#备注
*string:micros#金额
<<<
success-200
{
"code": 200,
"msg": "ok",
"count": 0,
"data": "customers/4616773262/accountBudgetProposals/456181449"
}
<<<
error-100
{
"code": 100,
"msg": "参数不完整",
"count": 0,
"data": null
}
<<<
error-5000
{
"code": 5000,
"msg": "bad",
"count": 0,
"data": null
}
~~~