From c004406728898b35ad5eb569db372b02daef8140 Mon Sep 17 00:00:00 2001 From: Tue Date: Tue, 8 Nov 2022 14:05:17 +0700 Subject: [PATCH] build auth sms --- subject/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subject/config.go b/subject/config.go index c838f87..97ce6be 100644 --- a/subject/config.go +++ b/subject/config.go @@ -14,6 +14,7 @@ var prefixes = struct { SupplierUser string SupplierRole string SupplierPermission string + Withdraw string }{ Communication: "communication", Order: "order", @@ -28,4 +29,5 @@ var prefixes = struct { SupplierUser: "supplier_user", SupplierRole: "supplier_role", SupplierPermission: "supplier_permission", + Withdraw: "withdraw", }