~~~[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
}
~~~