order apis

This commit is contained in:
2026-08-26 17:32:54 +08:00
parent eabdc8772e
commit 299191749b
32 changed files with 1321 additions and 251 deletions
+6
View File
@@ -108,6 +108,12 @@ function _M.access(conf, ctx)
if json.store_id then
ngx.req.set_header("X-Store-Id", tostring(json.store_id))
end
if json.sale_province then
ngx.req.set_header("X-Sale-Province", tostring(json.province))
end
if json.sale_mobile then
ngx.req.set_header("X-Sale-Mobile", tostring(json.mobile))
end
if json.sale_name then
ngx.req.set_header("X-Sale-Name", json.sale_name)
end