From 6cbbff8da2e0fb2645d90a4e250368769ebd2da8 Mon Sep 17 00:00:00 2001 From: wanghc <2466022993@qq.com> Date: Wed, 08 Mar 2023 17:55:49 +0800 Subject: [PATCH] 浦发分行账单服务对外接口调整 --- cmci-pfcs-gateway/src/main/resources/application.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/cmci-pfcs-gateway/src/main/resources/application.properties b/cmci-pfcs-gateway/src/main/resources/application.properties index d9f4f96..b88b070 100644 --- a/cmci-pfcs-gateway/src/main/resources/application.properties +++ b/cmci-pfcs-gateway/src/main/resources/application.properties @@ -1,2 +1,8 @@ +spring.application.name=@pom.artifactId@ server.port=8400 -logging.config=classpath:logback.xml \ No newline at end of file +server.servlet.context-path=/pf-api +logging.config=classpath:logback.xml + +#### pf ������api ############ +pf.bill.trade.flow.qry.url=http://www.baidu.com +pf.bill.file.notice.url=http://www.baidu.com \ No newline at end of file -- Gitblit v1.8.0