zhongrj
2025-02-21 7728d8f1900a984dde8721f1f06e00eecc5a67de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>