Commit 5e6af24b authored by 智勇's avatar 智勇

修改返回

parent 5a6a5f76
Pipeline #877 failed with stages
...@@ -19,7 +19,7 @@ const getBankList = async (ctx) => { ...@@ -19,7 +19,7 @@ const getBankList = async (ctx) => {
}; };
async function getProvinceList(ctx) { async function getProvinceList(ctx) {
ctx.body = address.allProvince(); ctx.body = { code: '0000', data: address.allProvince() };
} }
async function getCountyList(ctx) { async function getCountyList(ctx) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment