Add returnUrl to product.

This commit is contained in:
Yang Luo
2022-03-13 16:25:54 +08:00
parent 32af4a766e
commit ca87dd7dea
5 changed files with 21 additions and 2 deletions

View File

@ -89,6 +89,8 @@ p, *, *, GET, /api/get-user, *, *
p, *, *, GET, /api/get-user-application, *, *
p, *, *, GET, /api/get-resources, *, *
p, *, *, GET, /api/get-product, *, *
p, *, *, POST, /api/buy-product, *, *
p, *, *, GET, /api/get-payment, *, *
p, *, *, GET, /api/get-providers, *, *
p, *, *, POST, /api/unlink, *, *
p, *, *, POST, /api/set-password, *, *