fix bugs
This commit is contained in:
16
src/main/resources/liteflow/sms.el.xml
Normal file
16
src/main/resources/liteflow/sms.el.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<chain name="smsChain">
|
||||
THEN(
|
||||
preSmsRule,
|
||||
SWITCH(smsBuildRule).TO(
|
||||
aliSmsRule,
|
||||
qiniuSmsRule,
|
||||
tencentSmsRule,
|
||||
yunpianSmsRule,
|
||||
cacheSmsRule
|
||||
),
|
||||
finallySmsRule
|
||||
);
|
||||
</chain>
|
||||
</flow>
|
||||
Reference in New Issue
Block a user