From 62dacbb5fc204efac948213d984de031a9cfed7b Mon Sep 17 00:00:00 2001 From: xiaodongzhu825 <97694732@qq.com> Date: Tue, 16 Jun 2026 17:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=09=E4=BB=BB=E5=8A=A1=E8=B5=B7=E7=82=B9=20=09//?= =?UTF-8?q?TODO=20=09//=20=E5=88=86=E8=B4=A6=E9=80=BB=E8=BE=91=E5=86=99?= =?UTF-8?q?=E5=9C=A8=E8=BF=99=E9=87=8C-----?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/process.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/process.go b/service/process.go index 8c33444..53e4579 100644 --- a/service/process.go +++ b/service/process.go @@ -1634,6 +1634,9 @@ func (s *ProcessService) CreateOutboundOrder(req systemReq.CreateOutboundOrderRe return 0, "", err } + //TODO + // 分账逻辑写在这里----- + return outboundOrderID, outNo, nil }